home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part1 / 1838 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: in2.uu.net!tandem!usenet
  2. From: henryn@storage.tandem.com (norman_henry)
  3. Newsgroups: comp.sys.amiga.misc
  4. Subject: Re: OS features
  5. Date: 16 Jan 1996 22:30:21 GMT
  6. Organization: Tandem Computers, Inc.
  7. Distribution: world
  8. Message-ID: <4dh8tt$3fs@mercury.cpd.tandem.com>
  9. References: <1320.6588T928T488@supernet.ab.ca>
  10. Reply-To: henryn@storage.tandem.com
  11. NNTP-Posting-Host: strix.loc201.tandem.com
  12.  
  13. lnielsen@supernet.ab.ca (Kor Nielsen) writes:
  14.  
  15. > I've heard that virtual memory slows down the operating system and uses
  16. > up lots of excess memory
  17.  
  18. Performance depends on the implementation.  With a decent page allocation
  19. and/or selection algorithm, overhead can be kept at a minimum.  Not being
  20. sure what "using excess memory" means, I'm guessing that you meant to say
  21. "VM uses excessive amounts of memory."  Again, a bad implementation might
  22. do that, but it should not be hard to implement VM that only uses what is
  23. needed (physical/logical page tables).  Assuming one can keep a pagetable 
  24. entry 32 bits, allocating a 2Mb chunk of memory would require 512 PTEs if
  25. the page size is 4Kb, that is 1Kb worth of locked down memory for each Mb
  26. allocated (plus some insignificant amount for table headers and stuff).
  27.  
  28.   Henry Norman
  29.  
  30.    __o __o      strix@hotcity.com     /W\    Strix Merx Mitis:      ^
  31.   -\<,-\<,    strix@cup.portal.com   (Ovo)   Usus Tandem, Nisi     //\
  32. (*)/=-=/(*)   norman_h*@tandem.com   ))#))   Sententi Ego Ipse   \X/--\
  33. --------------------------------------m-m------------------------------
  34.  
  35.  
  36.